home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
lilo.preinst
< prev
next >
Wrap
Text File
|
2008-05-15
|
541b
|
20 lines
#!/bin/sh -e
if [ -d /usr/share/lilo/contrib ]; then
echo
echo "WARNING:"
echo "The use of /usr/share/lilo/contrib as the directory of the"
echo "bitmaps is deprecated and may be removed later."
echo "You may want to put your bitmaps on /usr/share/lilo instead."
echo "I will remove the packaged bitmaps but you must move yours"
echo "to other place."
echo
rm -f /usr/share/lilo/contrib/sid.bmp
rm -f /usr/share/lilo/contrib/sarge.bmp
rm -f /usr/share/lilo/contrib/debianlilo.bmp
rm -f /usr/share/lilo/contrib/coffee.bmp
fi